BackgroundServiceEventReceivedEvent
data class BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent) : Event
Content copied to clipboard
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
Constructors
BackgroundServiceEventReceivedEvent
Link copied to clipboard
fun BackgroundServiceEventReceivedEvent(backgroundServiceEvent: BackgroundServiceEvent)
Content copied to clipboard